Register the clocks early during the boot process,
authorMartin Sperl <kernel@martin.sperl.org>
Fri, 2 Sep 2016 15:45:27 +0000 (16:45 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:28:08 +0000 (17:28 +0000)
commit7f2c755c5ddde5443033ae1932157fa0f92e41c4
tree75b35ea3a1dadcf8f707e9d714f35f9706818f4f
parentf20e029707337a2cb6dae403153e6aec4191c624
Register the clocks early during the boot process,
so that special/critical clocks can get enabled early on
in the boot process avoiding the risk of disabling a clock,
pll_divider or pll when a claiming driver fails to install
propperly - maybe it needs to defer.

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
drivers/clk/bcm/clk-bcm2835.c